home *** CD-ROM | disk | FTP | other *** search
/ BMUG Revelations / BMUG Revelations.toast / Programming / Programming Languages / Harvest C / Examples / Sample2.build < prev    next >
Encoding:
Text File  |  1991-10-09  |  326 b   |  16 lines  |  [TEXT/ALFA]

  1. # Example of a very simple build file - Sample2
  2. #
  3. # Next line sets up output file name and creator signature
  4. -o Sample2App -c ????
  5. #
  6. # Now for the source files
  7. Sample2a.c Sample2b.c
  8. #
  9. # next entries are libraries
  10. interface.o
  11. runtime.o
  12.  
  13. A blank line indicates the end of the file, so anything below the blank
  14. line is ignored.
  15.  
  16.